func go/printer.stripParensAlways

4 uses

	go/printer (current package)
		nodes.go#L375: 			p.expr(stripParensAlways(par.Type))
		nodes.go#L436: 			p.expr(stripParensAlways(res.List[0].Type))
		nodes.go#L1218: func stripParensAlways(x ast.Expr) ast.Expr {
		nodes.go#L1220: 		return stripParensAlways(x.X)